home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ratselspass 18
/
Ratselspass - Nr 18.iso
/
hock
/
hock.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-13
|
777b
|
36 lines
@Echo off
REM --------------------------------------
REM INSTALLATIONSROUTINE für SHAREBERT
REM Copyright Jens Grabig, 1995
REM ---------------------------------------
if exist C:\sb17temp\nul goto warnung
md C:\sb17temp
copy \hock\*.* C:\sb17temp>NUL
C:
cd\
cd sb17temp
attrib -r *.*
hock.exe
Echo.|date>Datum.txt
Find "Y" datum.txt>NUL
IF errorlevel 1 goto deutsch
If errorlevel 0 goto usa
:usa
echo y|del *.*>NUL
cd\
rd sb17temp
goto end
:deutsch
echo j|del *.*>NUL
cd\
rd sb17temp
goto end
:warnung
Echo Sie haben schon ein Verzeichnis mit dem Namen "SB17temp" auf
Echo ihrer Festplatte C:\ gespeichert. Wenn Sie das gewählte Programm
Echo starten wollen, müssen Sie zunächst dieses Verzeichnis umbenennen
Echo oder löschen.
Pause
:end